◄Compiler Directives► ◄Contents► ◄Index► ◄Back► {$IFNDEF <symbol>} Description Begins compilation of code, where <symbol> is not defined. Compilation continues until terminated by {$ENDIF}. You can nest {$IFNDEF <symbol>} {$ENDIF} pairs 16 levels deep. See also: {$DEFINE}, {$ELSE}, {$ENDIF}, {$IFDEF}, {$UNDEF}